ti: k3: common: Remove unused STUB macro
authorAndrew F. Davis <[email protected]>
Thu, 25 Apr 2019 17:51:12 +0000 (13:51 -0400)
committerAndrew F. Davis <[email protected]>
Fri, 26 Apr 2019 15:41:44 +0000 (11:41 -0400)
This macro was used when many of these functions were stubbed out,
the macro is not used anymore, remove it.

Signed-off-by: Andrew F. Davis <[email protected]>
Change-Id: Ida33f92fe3810a89e6e51faf6e93c1d2ada1a2ee

plat/ti/k3/common/k3_psci.c

index f66f12a3d89dd060120bb02d72e7db4ad9effc92..cd42e7a0afd49c1493e9ba777ab82c023b6c980d 100644 (file)
@@ -20,8 +20,6 @@
 /* Need to flush psci internal locks before shutdown or their values are lost */
 #include "../../../../lib/psci/psci_private.h"
 
-#define STUB() ERROR("stub %s called\n", __func__)
-
 uintptr_t k3_sec_entrypoint;
 
 static void k3_cpu_standby(plat_local_state_t cpu_state)